.page_product{width: 100%;height: 885px;padding-top: 44px;background: #fff}

.index_protitle {height:50px;text-align: left;border-bottom:1px solid #dbdbdb;}
.index_protitle2{font-size: 26px;line-height: 37px; color: #333333;width: 400px;float: left;}
.index_protitle span{font-size: 19px;color: #d6d6d6;margin-left:10px;text-transform:uppercase;}
.search2{float: right;}


.pro_list{width: 270px;float: right ;}
.pro_list li{float: left;width: 50%;text-align: right;}
.pro_list li h3{font-size: 18px;color: #333}
.pro_list li:hover h3{color: #025fa4}
.index_pro1{background:url(../ZERO/img/index_probg.jpg);width: 1200px;height: 486px; }
.pro_asd{width: 629px;height: 486px;float: left;}
.pro_asd img{width: 629px;height: 486px}
.pro_right{width: 465px;float: left;text-align: center;}
.pr_title{font-size: 40px;color:#333333;text-align: center;padding-bottom: 20px;background: url(../ZERO/img/pr_title.png) center bottom no-repeat;height: 40px;margin-top: 120px}
.pro_model{font-size: 18px;margin-top:20px;line-height: 30px;}
.pro_de{font-size: 18px;line-height: 30px;}
.pro_more {width: 137px;height: 37px;border:1px solid #025fa4;text-align: center;margin: auto;}
.pro_more a{line-height: 37px;font-size: 16px;color: #025fa4}


.asd1:hover .img1{cursor: pointer;}
.asd1:hover img{transform: scale(1.1);transition: all 1s;}


.in_asd:hover{box-shadow: 0px 0px 10px #f0f0f0}
.in_asd:hover .in_img img{cursor: pointer;border-bottom:none;transform: scale(1.1);transition: all 1s;}
.in_asd:hover .in_proname_a1 a{color: #c91e1d}

.in_asd{width:271px; float:left; position:relative;  margin-bottom:35px;}
.in_img{width:271px; height:271px;overflow: hidden;}
.in_img img{width:271px; display:block;cursor: pointer;transition: all 1s;}

.in_proname1{overflow:hidden; width:100%;color:#333333; font-size:18px; text-align:center;height: 75px;padding-top:15px;}
.in_proname1 a{color:#333333; font-size:16px; font-weight:normal;line-height: 26px}
.in_proname1 p{font-size: 14px;color: #126bb3;text-transform:uppercase;}






.news_zwbg{width:1190px; margin-top:18px; overflow:hidden; height:320px;}
.news_zwbg ul{width:3570px;height: auto;}
.news_zwbg ul li{ list-style:none; float:left; width:1190px; height:320px;}

.page_otherbtn{ width:240px; height:6px;text-align:center; position:absolute; top:291px; left:478px; z-index:11;}
.page_otherbtn ul{ display:inline-block}
.page_otherbtn ul li{ float:left; list-style:none; width:60px; height:6px; background:url(../ZERO/img/btn1.png) no-repeat;margin-right:10px; cursor:pointer}
.page_otherbtn ul li.current{width:60px; height:6px;margin-right:10px; background:url(../ZERO/img/btn2.png) no-repeat}

.index_product_animate,.index_advantage_resu_2,.index_advantage_resu_3,.index_advantage_resu_4,.index_advantage_resu_5,.index_advantage_resu_6{display: none;}
.fadeInLeftBig {
	-webkit-animation:fadeInLeftBig 1s .2s ease both;
	-moz-animation:fadeInLeftBig 1s .2s ease both;
}
.fadeInLeftBig1 {
	-webkit-animation:fadeInLeftBig 1s .4s ease both;
	-moz-animation:fadeInLeftBig 1s .4s ease both;
}
.fadeInLeftBig2 {
	-webkit-animation:fadeInLeftBig 1s .6s ease both;
	-moz-animation:fadeInLeftBig 1s .6s ease both;
}
.fadeInRightBig {
	-webkit-animation:fadeInRightBig 1s .2s ease both;
	-moz-animation:fadeInRightBig 1s .2s ease both;
}
.fadeInRightBig1 {
	-webkit-animation:fadeInRightBig 1s .4s ease both;
	-moz-animation:fadeInRightBig 1s .4s ease both;
}
.fadeInRightBig2 {
	-webkit-animation:fadeInRightBig 1s .6s ease both;
	-moz-animation:fadeInRightBig 1s .6s ease both;
}
.fadeInRightBig3 {
	-webkit-animation:fadeInRightBig 1s .8s ease both;
	-moz-animation:fadeInRightBig 1s .8s ease both;
}
.fadeInRightBig4 {
	-webkit-animation:fadeInRightBig 1s 1s ease both;
	-moz-animation:fadeInRightBig 1s 1s ease both;
}
.fadeInRightBig5 {
	-webkit-animation:fadeInRightBig 1s 1.2s ease both;
	-moz-animation:fadeInRightBig 1s 1.2s ease both;
}
#index_product_animate,#index_advantage_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}

#abus_more{
position: relative;
    animation:myfirst 2s linear;
    -moz-animation:myfirst 2s linear; /* Firefox */
    -webkit-animation:myfirst 2s linear; /* Safari and Chrome */
    -o-animation:myfirst 2s linear; /* Opera */
    animation-iteration-count:infinite;
}
@keyframes myfirst
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-moz-keyframes myfirst /* Firefox */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-o-keyframes myfirst /* Opera */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}
